安装 Realtek 系列无线网卡 Linux 驱动

您所在的位置:网站首页 realtek rtl8192EU 无线漫游支持 安装 Realtek 系列无线网卡 Linux 驱动

安装 Realtek 系列无线网卡 Linux 驱动

2023-11-22 01:04| 来源: 网络整理| 查看: 265

在Terminal,先查看自己的无线网卡的usb id。

lsusb

示例输出:

Bus 002 Device 003: ID 0bda:8176 Realtek Semiconductor Corp. Bus 002 Device 004: ID 0bda:8178 Realtek Semiconductor Corp. Bus 002 Device 007: ID 0bda:818b Realtek Semiconductor Corp. Bus 002 Device 008: ID 0bda:8812 Realtek Semiconductor Corp. Bus 002 Device 009: ID 0bda:b720 Realtek Semiconductor Corp. Bus 002 Device 009: ID 0bda:8179 Realtek Semiconductor Corp.

USB ID和驱动的对应关系如下:

DriverUSB IDRTL8188CUS0bda:8176RTL8192CU0bda:8178RTL8723AU0bda:b720RTL8188EU0bda:8179RTL8192EU0bda:818bRTL8812AU0bda:8812RTL8723BU0bda:b720 RTL8192cu

该驱动有bug,容易掉线,需要打一个补丁。

查看驱动是否已启动:

lsmod | grep rtl8

如果在 Debian/Ubuntu下, 安装以下依赖。

sudo apt-get install linux-headers-$(uname -r) build-essential dkms git

然后克隆该项目,

git clone https://github.com/pvaret/rtl8192cu-fixes.git

将其添加为DKMS模块,并编译安装新驱动。刷新Linux驱动,将原有的有bug的驱动列入黑名单,并禁用电源管理。这时重新启动,该驱动应该就可以使用了。实际上,如果是外接的wifi模块,可以拔下再插上,就避免重启了。

sudo dkms add ./rtl8192cu-fixes sudo dkms install 8192cu/1.10 sudo depmod -a sudo cp ./rtl8192cu-fixes/blacklist-native-rtl8192.conf /etc/modprobe.d/ sudo cp ./rtl8192cu-fixes/8192cu-disable-power-management.conf /etc/modprobe.d/ RTL8723BE

以下步骤是为了提高稳定性。

sudo apt-get install gksu leafpad sudo touch /etc/modprobe.d/rtl8723be.conf gksudo leafpad /etc/modprobe.d/rtl8723be.conf ## 下一行粘贴复制到该配置文件 options rtl8723be fwlps=0 RTL8188EU 参考 非官方Realtek Linux下驱动集合,此处需要翻墙:Realtek wireless chipset: install the right driver


【本文地址】


今日新闻


推荐新闻


CopyRight 2018-2019 办公设备维修网 版权所有 豫ICP备15022753号-3